Skip to content

Add Clusters view to Agent Network → Configuration - #714

Merged
braginini merged 1 commit into
mainfrom
feature/agent-network-cluster
Jul 15, 2026
Merged

Add Clusters view to Agent Network → Configuration#714
braginini merged 1 commit into
mainfrom
feature/agent-network-cluster

Conversation

@braginini

@braginini braginini commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Issue ticket number and link

Surfaces reverse-proxy Clusters inside the Agent Network focused view, where the full Reverse Proxy menu is hidden.

  • Adds a third Clusters tab to the Agent Network → Configuration page (/agent-network/configuration?tab=clusters), alongside Global Limits and Log Collection.
  • Reuses the existing self-contained ClustersTable (lazy-loaded), so cluster listing and self-hosted cluster setup work with no extra data-provider plumbing.
  • Gated by the page's existing services.read permission; available in both cloud and self-hosted.
  • The tab description adapts to context: agent-network-only accounts get an agent-focused blurb ("Proxy clusters route your agents' traffic to AI providers…"), everyone else keeps the standard reverse-proxy wording.

Single file changed: src/app/(dashboard)/agent-network/configuration/page.tsx (+36/−2).

Note: the onboarding "create a cluster" step is intentionally out of scope and deferred to a follow-up.

Screenshot 2026-07-15 at 20 46 42

Documentation

Select exactly one:

  • I added/updated documentation for this change
  • Documentation is not needed for this change (explain why)

Docs PR URL (required if "docs added" is checked)

Paste the PR link from https://github.com/netbirdio/docs here:

netbirdio/docs#856

E2E tests

Optional: override the image tags used by the Playwright e2e workflow.
Defaults to main when omitted.

management-cloud-tag: main
reverse-proxy-tag: main


View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

Summary by CodeRabbit

  • New Features
    • Added a Clusters tab to Agent Network Configuration.
    • Added a clusters table with loading feedback.
    • Included contextual guidance and a “Learn more” link for cluster configuration.

@coderabbitai

coderabbitai Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

The agent network configuration page adds a Clusters tab with mode-aware explanatory text, a documentation link, and a lazily loaded clusters table using a skeleton fallback.

Changes

Agent Network Clusters

Layer / File(s) Summary
Clusters tab and content flow
src/app/(dashboard)/agent-network/configuration/page.tsx
Adds the Clusters tab, resolves agent network mode, links to reverse-proxy cluster documentation, and renders ClustersTable through Suspense with SkeletonTable.

Estimated code review effort: 2 (Simple) | ~10 minutes

Sequence Diagram(s)

sequenceDiagram
  participant User
  participant AgentNetworkConfigurationPage
  participant ClustersTable
  User->>AgentNetworkConfigurationPage: Selects Clusters tab
  AgentNetworkConfigurationPage->>AgentNetworkConfigurationPage: Renders mode-aware header and documentation link
  AgentNetworkConfigurationPage->>ClustersTable: Lazy-loads clusters table
Loading

Possibly related PRs

Poem

A rabbit hopped through tabs so bright,
And found Clusters waiting in sight.
With docs to read and tables to load,
A skeleton paved the loading road.
“Hop hooray!” the network glowed.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title is concise and accurately summarizes the main change: adding the Clusters view to Agent Network configuration.
Description check ✅ Passed The description follows the template well and includes docs and e2e details; the issue ticket section is the only gap.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/agent-network-cluster

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@mlsmaycon mlsmaycon left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pending docs URL

@braginini
braginini merged commit b9569f4 into main Jul 15, 2026
9 of 12 checks passed
@braginini
braginini deleted the feature/agent-network-cluster branch July 15, 2026 21:22
ocoj pushed a commit to ocoj/dashboard that referenced this pull request Jul 17, 2026
ocoj added a commit to ocoj/dashboard that referenced this pull request Jul 17, 2026
…tbirdio#717 并汉化

- merge netbirdio/main: Agent Network clusters/RDP/features 更新
- 新增 14 个翻译 key (配置页/Agent Network 通知/RDP 弹窗)
- agent-network/configuration page 全面汉化
- RDPCredentialsModal 全面汉化
- NetBirdCloudProvider toast 汉化
ocoj added a commit to ocoj/dashboard that referenced this pull request Jul 17, 2026
…tbirdio#717 并汉化

- merge netbirdio/main: Agent Network clusters/RDP/features 更新
- 新增 14 个翻译 key (配置页/Agent Network 通知/RDP 弹窗)
- agent-network/configuration page 全面汉化
- RDPCredentialsModal 全面汉化
- NetBirdCloudProvider toast 汉化
ocoj pushed a commit to ocoj/dashboard that referenced this pull request Aug 16, 2026
ocoj added a commit to ocoj/dashboard that referenced this pull request Aug 16, 2026
…tbirdio#717 并汉化

- merge netbirdio/main: Agent Network clusters/RDP/features 更新
- 新增 14 个翻译 key (配置页/Agent Network 通知/RDP 弹窗)
- agent-network/configuration page 全面汉化
- RDPCredentialsModal 全面汉化
- NetBirdCloudProvider toast 汉化
ocoj added a commit to ocoj/dashboard that referenced this pull request Aug 16, 2026
…tbirdio#717 并汉化

- merge netbirdio/main: Agent Network clusters/RDP/features 更新
- 新增 14 个翻译 key (配置页/Agent Network 通知/RDP 弹窗)
- agent-network/configuration page 全面汉化
- RDPCredentialsModal 全面汉化
- NetBirdCloudProvider toast 汉化
ocoj added a commit to ocoj/dashboard that referenced this pull request Aug 16, 2026
…tbirdio#717 并汉化

- merge netbirdio/main: Agent Network clusters/RDP/features 更新
- 新增 14 个翻译 key (配置页/Agent Network 通知/RDP 弹窗)
- agent-network/configuration page 全面汉化
- RDPCredentialsModal 全面汉化
- NetBirdCloudProvider toast 汉化
ocoj added a commit to ocoj/dashboard that referenced this pull request Aug 16, 2026
…tbirdio#717 并汉化

- merge netbirdio/main: Agent Network clusters/RDP/features 更新
- 新增 14 个翻译 key (配置页/Agent Network 通知/RDP 弹窗)
- agent-network/configuration page 全面汉化
- RDPCredentialsModal 全面汉化
- NetBirdCloudProvider toast 汉化
JuliusFreudenberger pushed a commit to JuliusFreudenberger/nix-config that referenced this pull request Sep 7, 2026
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [netbirdio/dashboard](https://github.com/netbirdio/dashboard) | minor | `v2.90.4` → `v2.92.0` |
| netbirdio/netbird | minor | `v0.74.6-rootless` → `0.78.1-rootless` |
| netbirdio/netbird-server | minor | `0.74.6` → `0.78.1` |
| netbirdio/reverse-proxy | minor | `0.74.6` → `0.78.1` |

---

### Release Notes

<details>
<summary>netbirdio/dashboard (netbirdio/dashboard)</summary>

### [`v2.92.0`](https://github.com/netbirdio/dashboard/releases/tag/v2.92.0)

[Compare Source](netbirdio/dashboard@v2.91.1...v2.92.0)

#### What's Changed

- fix(agent-network): show real provider name in access log by [@&#8203;braginini](https://github.com/braginini) in [#&#8203;758](netbirdio/dashboard#758)
- Show SSH enable commands with the privileges the daemon requires by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;737](netbirdio/dashboard#737)
- fix(setup): match the v0.75 client UI in the management URL step by [@&#8203;braginini](https://github.com/braginini) in [#&#8203;765](netbirdio/dashboard#765)
- feat: add required Country field to Agent Network signup form by [@&#8203;SunsetDrifter](https://github.com/SunsetDrifter) in [#&#8203;766](netbirdio/dashboard#766)
- Load a provider's models from the vendor in the provider modal by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;767](netbirdio/dashboard#767)
- Keep the prices discovery returns for a loaded model by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;773](netbirdio/dashboard#773)
- Add a workflow bumping the WASM client on netbird releases by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;770](netbirdio/dashboard#770)
- ci: skip Docker publishing for community PRs by [@&#8203;jnfrati](https://github.com/jnfrati) in [#&#8203;775](netbirdio/dashboard#775)
- Fix typo in PeerExpirationToggle component by [@&#8203;bomkz](https://github.com/bomkz) in [#&#8203;665](netbirdio/dashboard#665)
- fix: use --restart=unless-stopped instead of --rm in Docker install command by [@&#8203;shaban00](https://github.com/shaban00) in [#&#8203;760](netbirdio/dashboard#760)
- Add control center draft mode by [@&#8203;heisbrot](https://github.com/heisbrot) in [#&#8203;744](netbirdio/dashboard#744)
- Detect Entra connection from auth service SSO connections by [@&#8203;heisbrot](https://github.com/heisbrot) in [#&#8203;776](netbirdio/dashboard#776)
- Add bulk deletion for Access Control groups by [@&#8203;TechHutTV](https://github.com/TechHutTV) in [#&#8203;752](netbirdio/dashboard#752)
- Add Agent Network Admin and Usage Viewer roles, gate Agent Network per submodule by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;764](netbirdio/dashboard#764)
- feat(agent-network): add agentgateway provider support by [@&#8203;danehans](https://github.com/danehans) in [#&#8203;774](netbirdio/dashboard#774)
- fix(e2e): stabilize agentgateway provider test by [@&#8203;jnfrati](https://github.com/jnfrati) in [#&#8203;782](netbirdio/dashboard#782)
- Keep a refused provider save on screen, and its discovered prices by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;772](netbirdio/dashboard#772)
- Show peer-sourced policies in the Control Center peer view by [@&#8203;heisbrot](https://github.com/heisbrot) in [#&#8203;786](netbirdio/dashboard#786)
- Pin the group view's group, and give agentgateway a reachable upstream by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;788](netbirdio/dashboard#788)
- Add anonymization level and upload URL to the debug bundle modal by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;753](netbirdio/dashboard#753)

#### New Contributors

- [@&#8203;bomkz](https://github.com/bomkz) made their first contribution in [#&#8203;665](netbirdio/dashboard#665)
- [@&#8203;shaban00](https://github.com/shaban00) made their first contribution in [#&#8203;760](netbirdio/dashboard#760)
- [@&#8203;danehans](https://github.com/danehans) made their first contribution in [#&#8203;774](netbirdio/dashboard#774)

**Full Changelog**: <netbirdio/dashboard@v2.91.1...v2.92.0>

### [`v2.91.1`](https://github.com/netbirdio/dashboard/releases/tag/v2.91.1)

[Compare Source](netbirdio/dashboard@v2.91.0...v2.91.1)

#### What's Changed

- fix(version): ignore build metadata when detecting available updates by [@&#8203;braginini](https://github.com/braginini) in [#&#8203;759](netbirdio/dashboard#759)

**Full Changelog**: <netbirdio/dashboard@v2.91.0...v2.91.1>

### [`v2.91.0`](https://github.com/netbirdio/dashboard/releases/tag/v2.91.0)

[Compare Source](netbirdio/dashboard@v2.90.10...v2.91.0)

#### What's Changed

- Update Entra ID SCIM setup wizard for the new Azure portal UI by [@&#8203;bcmmbaga](https://github.com/bcmmbaga) in [#&#8203;750](netbirdio/dashboard#750)
- Bootstrap Agent Network settings via the explicit POST by [@&#8203;bison](https://github.com/bison) in [#&#8203;746](netbirdio/dashboard#746)
- Bump default wasm client to v0.76.3 by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;754](netbirdio/dashboard#754)
- Fix icon alignment in collapsed navigation and network tab Add buttons by [@&#8203;heisbrot](https://github.com/heisbrot) in [#&#8203;748](netbirdio/dashboard#748)
- Upgrade Next.js to 16.3 by [@&#8203;heisbrot](https://github.com/heisbrot) in [#&#8203;755](netbirdio/dashboard#755)
- Upgrade base image to Alpine 3.24 by [@&#8203;heisbrot](https://github.com/heisbrot) in [#&#8203;756](netbirdio/dashboard#756)

#### New Contributors

- [@&#8203;bison](https://github.com/bison) made their first contribution in [#&#8203;746](netbirdio/dashboard#746)

**Full Changelog**: <netbirdio/dashboard@v2.90.10...v2.91.0>

### [`v2.90.10`](https://github.com/netbirdio/dashboard/releases/tag/v2.90.10)

[Compare Source](netbirdio/dashboard@v2.90.9...v2.90.10)

#### What's Changed

- Handle agent-network settings defaults response by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;739](netbirdio/dashboard#739)
- Remove solutions engineer booking modal from onboarding by [@&#8203;SunsetDrifter](https://github.com/SunsetDrifter) in [#&#8203;745](netbirdio/dashboard#745)
- Trim numeric build suffix from sidebar version display. by [@&#8203;braginini](https://github.com/braginini) in [#&#8203;749](netbirdio/dashboard#749)

**Full Changelog**: <netbirdio/dashboard@v2.90.9...v2.90.10>

### [`v2.90.9`](https://github.com/netbirdio/dashboard/releases/tag/v2.90.9)

[Compare Source](netbirdio/dashboard@v2.90.8...v2.90.9)

#### What's Changed

- Add openSUSE zypper instructions with GPG key import to the Linux tab by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;735](netbirdio/dashboard#735)
- Cache pricing + custom model entry by [@&#8203;braginini](https://github.com/braginini) in [#&#8203;736](netbirdio/dashboard#736)

**Full Changelog**: <netbirdio/dashboard@v2.90.8...v2.90.9>

### [`v2.90.8`](https://github.com/netbirdio/dashboard/releases/tag/v2.90.8)

[Compare Source](netbirdio/dashboard@v2.90.7...v2.90.8)

#### What's Changed

- Show agent-network prompt-cache tokens and cost on hover by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;731](netbirdio/dashboard#731)
- Cover RPM-based distros and desktop app dependencies in the Linux tab by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;733](netbirdio/dashboard#733)

**Full Changelog**: <netbirdio/dashboard@v2.90.7...v2.90.8>

### [`v2.90.7`](https://github.com/netbirdio/dashboard/releases/tag/v2.90.7)

[Compare Source](netbirdio/dashboard@v2.90.6...v2.90.7)

#### What's Changed

- remove rc releases logic for agent networks by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;725](netbirdio/dashboard#725)
- Add 0.75 announcement by [@&#8203;braginini](https://github.com/braginini) in [#&#8203;727](netbirdio/dashboard#727)

**Full Changelog**: <netbirdio/dashboard@v2.90.6...v2.90.7>

### [`v2.90.6`](https://github.com/netbirdio/dashboard/releases/tag/v2.90.6)

[Compare Source](netbirdio/dashboard@v2.90.5...v2.90.6)

#### What's Changed

- \[agent-network] per-provider disable-metadata toggle by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;715](netbirdio/dashboard#715)
- Add Kimi (Moonshot AI) provider support to Agent Network UI by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;724](netbirdio/dashboard#724)

**Full Changelog**: <netbirdio/dashboard@v2.90.5...v2.90.6>

### [`v2.90.5`](https://github.com/netbirdio/dashboard/releases/tag/v2.90.5)

[Compare Source](netbirdio/dashboard@v2.90.4...v2.90.5)

#### What's Changed

- Show RDP for Linux and FreeBSD peers and harden the browser RDP client by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;710](netbirdio/dashboard#710)
- Add Clusters view to Agent Network → Configuration by [@&#8203;braginini](https://github.com/braginini) in [#&#8203;714](netbirdio/dashboard#714)
- Fix IdP cards spacing by [@&#8203;braginini](https://github.com/braginini) in [#&#8203;717](netbirdio/dashboard#717)
- Adjust license cache ttl to 10 minutes by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;718](netbirdio/dashboard#718)
- Fix network resource policy creation with single peer source by [@&#8203;heisbrot](https://github.com/heisbrot) in [#&#8203;721](netbirdio/dashboard#721)

**Full Changelog**: <netbirdio/dashboard@v2.90.4...v2.90.5>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: https://git.jfreudenberger.de/JuliusFreudenberger/nix-config/pulls/24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants